From 338d2fee5fc2550513e79d8b33dfb6e18bebd63d Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 15 Jul 2003 17:42:04 +0000 Subject: [PATCH] Vaporize docopy --- gpsbabel/quovadis.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gpsbabel/quovadis.c b/gpsbabel/quovadis.c index 12a9a6a7b..ef2631b87 100644 --- a/gpsbabel/quovadis.c +++ b/gpsbabel/quovadis.c @@ -72,18 +72,6 @@ static int wpt_to_icon(geocache_type type) { } return QUESTION_ICON; } -#if 0 -static void -docopy(ubyte* dest, - const ubyte* src, - const int size) -{ - int i; - for (i = 0; i < size; i++) { - dest[i] = src[i]; - } -} -#endif static void rd_init(const char *fname, const char *args) -- 2.30.2